@charset "UTF-8";
/* CSS Document */



body{
	font-family: 'Alegreya', serif;
	
}
.bolum1{
	height: 100vh;
	background: url("img/Adsız tasarım.png");
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	
   
}
.bolum1 h2{
	position: relative;
}
.bolum1 p{
	position: relative;
}
.overlay{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
}
.navbar{
	position: absolute;
	top: 30px;
	width: 85%;
}

@media only screen and (max-width:768px){
	
	.navbar{
		background: rgba(0,0,0,0.8);
		position: fixed;
		top: 0; left: 0; width: 100%;
	    
	}
}

.bolum1 .navbar-brand{
	font-weight: 600;
	
}
.bolum1 .navbar li{
	margin-left: 15px;
}

.bolum1 .navbar li a img{
	opacity: 0.6;
	border-radius: 50%;
}

.bolum1 .navbar li a{
	font-size: 15px;
	color: darkgray !important;
	font-weight: 400;
	letter-spacing: 1px;
	transition: 0.2s;
}
.bolum1 .navbar .navbar-nav .active>a,
.bolum1 .navbar .navbar-nav a:hover{
	color: white!important;
}

.bolum1 nav a img {
	border-radius: 50%;
	opacity: 0.6;
}

.bolum1 nav a span{
	color: darkgray!important;
}

.bolum1 .container .row {
	height: 100vh;
	display: flex;
	align-items: center;
	
}

.language-buttons {
      position: fixed;
      top: 20px;
      right: 20px;
    }
    /* Dil seçimi düğmelerinin boyutunu küçült */
    .language-buttons .btn {
      font-size: 12px;
      padding: 5px 10px;
		color: white!important;
    }
    /* Dil seçimi düğmelerindeki resimlerin boyutunu ayarla */
    .language-buttons img {
      width: 40px;
      height: 40px;
    }
@media (max-width: 768px) {
  .language-buttons {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px; /* İstenilen bir boşluk değeri verebilirsiniz */
  }
	}
.bolum1 .navbar .navbar-nav .language-buttons .btn  img:hover{
	transform: scale(1.4);
	background: rgba(80,80,80,0.3);
	border-radius: 35px;
	z-index: 2;
	transition: 0.9s;
	cursor: pointer;
}
.contact-us {
    padding: 70px 0px;
    background:#B8B8B8;
}
.section-title h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-bottom: 5px solid  #8E8E8E;
    padding-bottom: 10px;
    display: inline-block;
}
.section-title p {
    color: #e8e8e8;
    margin-bottom: 30px;
}
.contact-us input,
.contact-us textarea {
    background: #fafafa;
}
.contact-us textarea {
    min-height: 188px;
    max-width: 100%;
}
.contact-us .map {
    overflow: hidden;
    border-radius: 25px;
	border: 3px solid white;
}

@media only screen and (max-width:768px){
	.bolum1{
		height: 850px;
	}
	h2{
		margin-top: 35px;
	}
	
}

footer{

	margin-top: 0;
	background: #9F9F9F;
	padding: 80px 0;
}

footer h3{
	color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
}

footer p{
	line-height: 1.8;
	color: rgba(255,255,255,0.8);
	
}

footer ul.sosyalmedya {
	margin-top: 40px;
	list-style: none;
	padding: 0;
}

footer ul.sosyalmedya li{
	display: block;
	float: left;
	margin-right: 10px;
	width: 45px;
	height: 45px;
	padding: 5px;
	text-align: center;
	border-radius: 100%;
	background-color: #9F9F9F;
}

footer ul.sosyalmedya li a{
	display: block;
	font-size: 25px;
	color: white;
		
}

footer ul.info{
	list-style: none;
	margin: 0;
	padding: 0;
}

footer ul.info li{
	display: block;
	margin-bottom: 10px;
}

footer ul.info li a{
	text-decoration: none;
	color: rgba(255,255,255,0.7);
}

.info i{
	color: white;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

footer .lisans{
	margin-top: 40px;
	color: rgba(255,255,255,0.7);
	text-align: center;
}


#form-message .alert {
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}